home *** CD-ROM | disk | FTP | other *** search
/ Space Shuttle - The First 100 Flights / Space Shuttle - The First 100 Flights.iso / trivia.dir / 00023_Script_23 < prev    next >
Text File  |  2000-11-09  |  240b  |  12 lines

  1. on exitFrame me
  2.   repeat with n = 1 to 50
  3.     set the visible of sprite n to true
  4.     set the puppet of sprite n to false
  5.   end repeat
  6.   
  7.   global nogo, TheSeconds
  8.   nogo = "false"
  9.   theSeconds = 30
  10.   
  11.   go to frame "startIt"
  12. end